home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 028a / pxdos21a.zip / POLYXARC.CFG next >
Text File  |  1991-05-12  |  3KB  |  76 lines

  1. PolyXarc 2.1a configuration file
  2.  
  3. The configuration file consists of one or more blocks that start with
  4. BEGIN POLYXARC and end with END POLYXARC (case insensitive). Between the
  5. delimiting statements are one or more keywords, one per line. See POLYXARC.DOC
  6. for more details.
  7.  
  8. BEGIN POLYXARC
  9. ;
  10. ;  ARC level overwrite extract command_template
  11. ;  ARC5 level overwrite extract command_template
  12. ;  ARC6 level overwrite extract command_template
  13. ;   %1: extraction string
  14. ;   %2: overwrite string
  15. ;   %3: archive file spec
  16. ;   %4: extracted file spec
  17. ;
  18. ;     The extract and overwrite strings may be no longer than 5 characters
  19. ;     each.
  20. ;
  21. ;     ARC5 is the same as ARC. ARC6 is for newer ARC programs. ARC+PLUS 
  22. ;     (ARC v7) is a version 6 program, so use ARC6 for it.
  23. ;
  24. ;     Order is unimportant.
  25. ;
  26. ; This should work with the original ARC program.
  27. ;  ARC        8     w  !  arc e%2 %3 %4
  28.    ARC        8    /r  !  arce %3 %4 %2
  29. ;  ARC        9    /r  !  pkxarc %2 %3 %4
  30.    ARC        9    /r  !  pkunpak %2 %3 %4
  31.    ARC       11   /WA  !  pak /e %2 %3 %4
  32. ; If you want to overwrite older files by default, try this instead:
  33. ;  ARC       11   /WA /WO pak /e %1%2 %3 %4
  34. ; This is for version 6 of ARC.
  35. ;  ARC6       9     w  !  arc e%2 %3 %4
  36. ; This is for the free-distribution ARC+PLUS extractor.
  37.    ARC6      10    /o  !  xarc %2 %3 %4
  38. ; This is for ARC+PLUS itself.
  39. ;  ARC6      10     o  !  arc e%2 %3 %4
  40. ;
  41. ;  SIGNATURE offset signature overwrite extract command_template
  42. ;   %1: extraction string
  43. ;   %2: overwrite string
  44. ;   %3: archive file spec
  45. ;   %4: extracted file spec
  46. ;     The signature, extract and overwrite strings may be no longer than 
  47. ;     5 characters each.
  48. ;
  49.    SIGNATURE  -3   DWC      w   ""    dwc e%2 %3 %4
  50.    SIGNATURE   2   -lh    /mc   ""    lharc e %2 %3 %4
  51.    SIGNATURE   0   <1B>    ""   ""    xarcmac e %3 %4
  52.    SIGNATURE   0   ZOO      O   ""    zoo x%2 %3 %4
  53.    SIGNATURE   0   <60EA>  -y   ""    arj e %2 %3 %4
  54.    SIGNATURE   0   PK      -o   ""    pkunzip %2 %3 %4
  55. ; Note: version 2.51 of PAK now does ZIP files! This command line will cause
  56. ; PAK to automatically overwrite older files when the overwrite switch is not
  57. ; specified.
  58. ;  SIGNATURE   0   PK     /WA  /WO    pak e /z %1%2 %3 %4
  59. ;
  60. ; Hyper version 2.5 doesn't seem to have a fixed signature except a 1A in the
  61. ; first byte, which unfortunatly conflicts with ARC format files. However, 
  62. ; there are currently only two archive types, HP and ST, and they start at the
  63. ; second byte, so using two Signature lines will work:
  64.    SIGNATURE   0 <1A>HP    ""   ""    hyper -x %3 %4
  65.    SIGNATURE   0 <1A>ST    ""   ""    hyper -x %3 %4
  66. ;
  67. ; MDCD is an archiver that I've only just heard about; as I write this I
  68. ; haven't been able to get a copy. For the time being I'll trust the person who
  69. ; gave me this Signature line, and verify it when I get a chance:
  70.    SIGNATURE   0  MDmd     r    d     mdcd %1%2 %3 %4
  71. ;
  72. ;  NOSORT
  73. ;
  74. END POLYXARC
  75.